home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / wmv12s.zip / README.TXT < prev    next >
Text File  |  1993-01-04  |  1KB  |  28 lines

  1. To make mv from source, you must have ibm C compiler version 1.0 or
  2. Microsoft C version 3.0 plus the macro assembler. Just type
  3.  
  4.   make mv
  5.  
  6. and it will create mv.exe for you. If you use Microsoft C version
  7. 4.0, edit front.c to reverse the order of the parameters in the
  8. "rename" function.
  9.  
  10. Files description
  11.  
  12.   mv        makefile for mv
  13.   absdr.asm    absolute disk read/write BIOS call
  14.   func32h.asm    routine to call an undocumented DOS function
  15.   putn.asm    routine to print strings
  16.   testmv.bat    batch file I used to test mv
  17.   break.c    routines to check and set break status
  18.   error.c    routines to handle fatal errors
  19.   front.c    front end of the mv program
  20.   fstat.c    routines to find matching files and their attributes
  21.   mv.c        routines for moving sub-directories
  22.   normal.c    routines to normalize a path specification
  23.   sector.c    routines to do buffered disk read/write
  24.   mv.exe    executable version of mv
  25.   peek.h    macros for peeking and poking memory
  26.   dta.h     data structure at disk transfer address; used by fstat.c
  27.   date.h    defines the date when the last version was made
  28.